home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / quit / 00004_Quit button rollover.ls < prev    next >
Encoding:
Text File  |  1999-10-13  |  263 b   |  14 lines

  1. on mouseWithin me
  2.   cursor(280)
  3.   set the member of sprite the currentSpriteNum to member 3 of castLib "Internal"
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor(-1)
  8.   set the member of sprite the currentSpriteNum to member 2 of castLib "Internal"
  9. end
  10.  
  11. on mouseUp me
  12.   halt()
  13. end
  14.